[INFO] fetching crate path_semantics_std 0.1.0...
[INFO] fixing path_semantics_std-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate path_semantics_std 0.1.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate path_semantics_std 0.1.0
[INFO] finished tweaking crates.io crate path_semantics_std 0.1.0
[INFO] tweaked toml for crates.io crate path_semantics_std 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate path_semantics_std 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `path_semantics_std` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a7b5c155595b89ea5aec6a10d0b7af6e13a913184256a02fdcf9f3a227214e03
[INFO] running `Command { std: "docker" "start" "a7b5c155595b89ea5aec6a10d0b7af6e13a913184256a02fdcf9f3a227214e03", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a7b5c155595b89ea5aec6a10d0b7af6e13a913184256a02fdcf9f3a227214e03" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a7b5c155595b89ea5aec6a10d0b7af6e13a913184256a02fdcf9f3a227214e03", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a7b5c155595b89ea5aec6a10d0b7af6e13a913184256a02fdcf9f3a227214e03" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `path_semantics_std` (manifest) generated 1 warning
[INFO] [stderr]     Checking path_semantics_std v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]  --> src/constrain.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn i_force(&self, I) -> Self::Lift;
[INFO] [stdout]   |                       ^ help: try naming the parameter or explicitly ignoring it: `_: I`
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout]   = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]  --> src/constrain.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn i_force(&self, I) -> Self::Lift;
[INFO] [stdout]   |                       ^ help: try naming the parameter or explicitly ignoring it: `_: I`
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout]   = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:93:39
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:93:54
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.co)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:94:39
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:94:54
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.tr)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:95:39
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:95:54
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.fa)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:99:42
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:99:57
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                                         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.i)};
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:116:39
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:116:54
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.co)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:117:39
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:117:54
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.tr)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:118:39
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:118:54
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.fa)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:122:42
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                          ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:122:57
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                                         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.i)};
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:93:39
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:93:54
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.co)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:94:39
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:94:54
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.tr)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:95:39
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:95:54
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.fa)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:99:42
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:99:57
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                                         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.i)};
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:116:39
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:116:54
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.co)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:117:39
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:117:54
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.tr)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:118:39
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:118:54
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.fa)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:122:42
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                          ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:122:57
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                                         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.i)};
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout]  81 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout]  61 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout]  41 |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "a7b5c155595b89ea5aec6a10d0b7af6e13a913184256a02fdcf9f3a227214e03", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a7b5c155595b89ea5aec6a10d0b7af6e13a913184256a02fdcf9f3a227214e03", kill_on_drop: false }`
[INFO] [stdout] a7b5c155595b89ea5aec6a10d0b7af6e13a913184256a02fdcf9f3a227214e03
